Cocktail Help Reference
IRepository<T> Interface Members
See Also  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : IRepository<T> Interface


Glossary Item Box

The following tables list the members exposed by IRepository<T>.

Public Methods

 NameDescription
 MethodAllAsyncOverloaded. Retrieves all entities with the repository's default query strategy.  
 MethodAllInCacheRetrieves all entities from the cache.  
 MethodAllInDataSourceAsyncOverloaded. Retrieves all entities from the back-end data source.  
 MethodCountAsyncReturns the number of entities.  
 MethodCountInCacheReturns the number of entities in the cache.  
 MethodDeleteOverloaded. Marks the specified entity as to be deleted.  
 MethodExistsInCacheReturns true if the entity matching the provided key is found in the cache.  
 MethodFindAsyncOverloaded. Retrieves one or more entities matching the provided expression with the repository's default query strategy.  
 MethodFindInCacheOverloaded. Retrieves one or more entities matching the provided expression from the cache.  
 MethodFindInDataSourceAsyncOverloaded. Retrieves one or more entities matching the provided expression from the back-end data source.  
 MethodWithIdAsyncOverloaded. Retrieves the entity matching the provided key with the repository's default query strategy.  
 MethodWithIdFromCacheRetrieves the entity matching the provided key from the entity cache.  
 MethodWithIdFromDataSourceAsyncOverloaded. Retrieves the entity matching the provided key from the back-end data source.  
Top

See Also

© 2013 All Rights Reserved.